ActiveReports 12
DataBindY(Double[]) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class > DataBindY Method : DataBindY(Double[]) Method
Specifies an array of Y values of the DataPoint object that has been added to the collection.
Binds the Y values of the collection's DataPoints to a specified data source.
Syntax
'Declaration
 
Public Overloads Sub DataBindY( _
   ByVal ParamArray yValues() As Double _
) 
public void DataBindY( 
   params double[] yValues
)

Parameters

yValues
Specifies an array of Y values of the DataPoint object that has been added to the collection.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members
Overload List